home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 April / CMCD0404.ISO / Software / Shareware / Programare / golden / goldensetup57420.exe / {app} / Golden32.exe / 0 / RCDATA / TTEXTEDITORFORM / TTEXTEDITORFORM.txt
Encoding:
Text File  |  2004-03-08  |  3.1 KB  |  145 lines

  1. object TextEditorForm: TTextEditorForm
  2.   Left = 304
  3.   Top = 224
  4.   Width = 477
  5.   Height = 215
  6.   ActiveControl = PlusMemo1
  7.   Caption = 'Text Editor'
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poMainFormCenter
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Panel1: TPanel
  20.     Left = 0
  21.     Top = 152
  22.     Width = 469
  23.     Height = 34
  24.     Align = alBottom
  25.     BevelOuter = bvNone
  26.     TabOrder = 0
  27.     object Label1: TLabel
  28.       Left = 185
  29.       Top = 11
  30.       Width = 76
  31.       Height = 13
  32.       Caption = 'EndofLine Char:'
  33.     end
  34.     object Bevel1: TBevel
  35.       Left = 174
  36.       Top = 5
  37.       Width = 9
  38.       Height = 24
  39.       Shape = bsLeftLine
  40.     end
  41.     object Bevel2: TBevel
  42.       Left = 336
  43.       Top = 5
  44.       Width = 9
  45.       Height = 24
  46.       Shape = bsLeftLine
  47.     end
  48.     object RzButton1: TRzButton
  49.       Left = 7
  50.       Top = 5
  51.       Default = True
  52.       ModalResult = 1
  53.       Caption = '&OK'
  54.       HotTrack = True
  55.       ParentColor = False
  56.       TabOrder = 0
  57.     end
  58.     object RzButton2: TRzButton
  59.       Left = 91
  60.       Top = 5
  61.       Cancel = True
  62.       ModalResult = 2
  63.       Caption = '&Cancel'
  64.       HotTrack = True
  65.       ParentColor = False
  66.       TabOrder = 1
  67.     end
  68.     object WrapEditorCheckBox: TCheckBox
  69.       Left = 348
  70.       Top = 9
  71.       Width = 84
  72.       Height = 17
  73.       Caption = 'Wordwrap'
  74.       Checked = True
  75.       State = cbChecked
  76.       TabOrder = 3
  77.       OnClick = WrapEditorCheckBoxClick
  78.     end
  79.     object EOLComboBox: TComboBox
  80.       Left = 265
  81.       Top = 7
  82.       Width = 61
  83.       Height = 21
  84.       Style = csDropDownList
  85.       ItemHeight = 13
  86.       ItemIndex = 1
  87.       TabOrder = 2
  88.       Text = 'LF'
  89.       Items.Strings = (
  90.         'CR'
  91.         'LF'
  92.         'CRLF')
  93.     end
  94.   end
  95.   object PlusMemo1: TPlusMemo
  96.     Left = 0
  97.     Top = 0
  98.     Width = 469
  99.     Height = 152
  100.     Cursor = crIBeam
  101.     Alignment = taLeftJustify
  102.     ScrollBars = ssVertical
  103.     AltFont.Charset = DEFAULT_CHARSET
  104.     AltFont.Color = clWindowText
  105.     AltFont.Height = -11
  106.     AltFont.Name = 'MS Sans Serif'
  107.     AltFont.Style = []
  108.     CaretWidth = 1
  109.     ColumnWrap = 0
  110.     DisplayOnly = False
  111.     EndOfTextMark.Color = clRed
  112.     EndOfTextMark.Style = psClear
  113.     Justified = False
  114.     LineHeight = 0
  115.     NullReplacement = #0
  116.     Options = [pmoWrapCaret, pmoInsertKeyActive, pmoWideOverwriteCaret, pmoAutoScrollBars]
  117.     Overwrite = False
  118.     RightLinePen.Color = clGray
  119.     RightLinePen.Style = psDot
  120.     ScrollTime = 0
  121.     SelBackColor = clHighlight
  122.     SelTextColor = clHighlightText
  123.     Separators = #9#10#13' $%&,./:;<=>'
  124.     ShowEndParSelected = False
  125.     SpecUnderline.Color = clRed
  126.     Version = 'v6.0d Professional ed.'
  127.     Align = alClient
  128.     Font.Charset = DEFAULT_CHARSET
  129.     Font.Color = clWindowText
  130.     Font.Height = -11
  131.     Font.Name = 'Arial'
  132.     Font.Style = []
  133.     ParentFont = False
  134.     TabOrder = 1
  135.     TabStop = True
  136.     OnKeyPress = PlusMemo1KeyPress
  137.     OnKeyUp = PlusMemo1KeyUp
  138.   end
  139.   object FormEnhThree1: TFormEnhThree
  140.     SaveKey = 'LargeEditorForm Placement'
  141.     Left = 16
  142.     Top = 17
  143.   end
  144. end
  145.